tests: Add setup for more realistic repo, change pull-many to use
authorColin Walters <walters@verbum.org>
Sun, 29 Jan 2017 19:15:17 +0000 (14:15 -0500)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 2 Feb 2017 17:04:31 +0000 (17:04 +0000)
commitecf5c079ea90377c6791962a9c6083ad653d3d7c
tree349be598381d42028ccd85cb1b12a0cefe1e9df7
parent5eea1cdad8a5fa8a96c561248d9dabbc0b848016
tests: Add setup for more realistic repo, change pull-many to use

As OSTree has evolved over time, the tests grew with it.  We
didn't start out with static deltas or a summary file, and the
tests reflect this.

What I really want to do is change more of the pull tests, from
corruption/proxying/mirroring etc. to use this more realistic
repo rather than the tiny one the other test creates.

We start by using some of the code from `test-pull-many.sh`, and change that
test to use `--disable-static-deltas` for pull, since the point of that test is
to *not* test deltas.

Still TODO is investigate changing other tests to use this.

Closes: #658
Approved by: jlebon
tests/libtest.sh
tests/test-pull-many.sh